翻訳と辞書
Words near each other
・ logic design language
・ logic emulator
・ logic for computable functions
・ logic gate
・ logic programming
・ logic replacement technology
・ logic variable
・ logical
・ logical address
・ logical block addressing
logical complement
・ logical interchange format
・ logical link control
・ logical link control and adaptation protocol
・ logical relation
・ logical shift
・ logical shift left
・ logical shift right
・ logical unit
・ logical unit 6.2


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

logical complement : FOLDOC
logical complement
In Boolean algebra, the logical complement or negation of a Boolean value is the opposite value, given by the following truth table:
A | -A
--+---
T | F
F | T

-A is also written as A with a bar over it or with a small vertical line hanging from the right-hand end of the "-" (LaTeX neg) or as A'. In the C programming language, it is !A and in digital circuit design, /A.
(1995-01-24)

C programming language, it is !A and in digital circuit design, /A.
(1995-01-24)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.